projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6a354
)
configure: Set GLIB_COMPILE_RESOURCES
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Jan 2012 22:07:46 +0000
(17:07 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Jan 2012 22:07:46 +0000
(17:07 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5c7811792b48d9d1e7ad9ad42ece6ed53bff14aa..de45b4e86bbe593e4d49f86871bf3ab4c65be3b8 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1529,6
+1529,13
@@
fi
GLIB_GSETTINGS
+#############
+# Resources #
+#############
+
+GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+AC_SUBST(GLIB_COMPILE_RESOURCES)
+
##################################################
# GObject introspection
##################################################